﻿#PlanovacSestavRadekGridy {
    height: calc(100% - 300px);
}

#PlanovacSestavPrijemciGrid {
    height: calc(100% - 30px);
}

#PlanovacSestavObjektyGrid {
    height: calc(100% - 30px);
}

.PlanovacSestavObjektovyPanelOsobyBox {
    position: relative;
    height: 600px;
    width: 100%;
}

#PlanovacSestavObjektovyPanelOsoby {
    position: relative;
    height: calc(100%);
}

#PlanovacSestavZalozkaDetailyZaznamu {
    overflow-y: auto;
}
